Home:ALL Converter>Firebaserecycleadapter, what is the difference with "normal" recycleradapter? (android)

Firebaserecycleadapter, what is the difference with "normal" recycleradapter? (android)

Ask Time:2019-04-08T05:32:29         Author:ImNeos

Json Formatter

I have looked on the internet and I haven't find any answers.

What is the real difference between using a firebaserecycleadapter and a normal recycleradapter ?

I mean, will the Firebaserecycleradapter ONLY load data from database for what is visible on the screen? So is it some kind of a infinite scroll that only loads data if the users scroll the screen ?

I only use "normal" recycleradapter and it works perfectly. Only problem is that it loads all the data from the serveur at once.

Author:ImNeos,eproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/55563854/firebaserecycleadapter-what-is-the-difference-with-normal-recycleradapter-a
yy